home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2004 #6
/
Amiga Plus CD - 2004 - No. 06.iso
/
AmigaPlus
/
Begleitmaterial
/
50Tools
/
Grafik
/
PerfectPaint
/
rexx
/
Point
/
AnimPulsar.rx
Wrap
Text File
|
2000-04-09
|
251b
|
23 lines
/* Point arexx test
Anim Pulsar*/
options results
parse ARG Port x1 y1 b
ADDRESS value Port
pp_CountFrames
nb=result
IF nb<2 then DO
pp_Warn 'Make*an*Anim*first.'
EXIT
END
r=20
do i=1 to r
pp_Circle x1 y1 i
pp_NextFrame
end